home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / DevGallery / ISYS / Source / MEMOREX2.DIR / 00037.ls < prev    next >
Encoding:
Text File  |  1996-05-10  |  155 b   |  11 lines

  1. on enterFrame
  2.   set the visible of sprite 1 to 0
  3.   if rollOver(7) then
  4.     set the visible of sprite 1 to 1
  5.   end if
  6. end
  7.  
  8. on exitFrame
  9.   go(the frame)
  10. end
  11.